Developer Documentation

QuickTime 4 API Documentation

Programming With QuickTime VR

| Previous | Chapter Contents | Chapter Top | Next |

Angular Unit Types

The QTVRGetAngularUnits and QTVRSetAngularUnits functions use the following constants to indicate the type of angular unit associated with a QuickTime VR movie instance:

typedef enum QTVRAngularUnits {
    kQTVRDegrees                                    = 0,
    kQTVRRadians                                    = 1
} QTVRAngularUnits;

Constant descriptions

kQTVRDegrees
Angles are specified using degrees. This is the default type of angle specification.
kQTVRRadians
Angles are specified using radians.

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |